home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / diskst01.zip / DISKSTAT.DOC next >
Text File  |  1993-11-30  |  4KB  |  96 lines

  1. ============================================================================
  2. Diskstat.exe
  3.  Usage: Diskstat [? /? A: B: /F /A /W:XX]  [> file_name]
  4.  
  5. This utility is designed to give disk, printer and other status information.
  6. It works on Banyan networks and/or standalone computers.
  7. No options are required.
  8. Options are not case sensitive.
  9.  
  10. Explanation of options:
  11.  /?  ?   Built in help
  12.   A: B: Include data for the specified disk (Default A and B drive not listed)
  13.  /A      Include both floppy drives in listed data (All drives)
  14.  /F      Use sector,cluster etc output format      (Full data)
  15.  /WXX    Set the disk full warning point (90% default)
  16.  [> File name] Redirect output to file or port
  17.  [| File name] Pipe output to filter
  18.  
  19.  A "+" at the end of the logical name indicates that the name is longer than
  20.  the space available.
  21.  
  22. ====== The following is  example of help output [/?] or [?]===================
  23.  DiskStat description:
  24.   Will list out status information of all disks
  25.   Case is not important for options
  26.  
  27.   First version written by Doug Kaynor, August 16, 1990
  28.  
  29.   Options:
  30.     A: or B:   Include data for specified drive
  31.          /A    Full Data (Clusters sectors etc) (default off)
  32.          /F    A and B floppy information       (default off)
  33.          /Wxx  Set almost full point to xx      (default 90%)
  34.       ? of /?  This help information
  35.    Options must be seperated by spaces and or not case sensitive.
  36.    Output may be redirected or piped
  37.  
  38.    Exit Codes:  0 : Normal exit
  39.                 1 : Help requested
  40.  
  41. ==== The following is a sample of the output (Default mode). =================
  42.   Drive/Banyan information by Doug Kaynor. Enter ? or /? for Help list.
  43.    > = current default drive        < = drives almost full. (90%)
  44.    Name         Free         Total Used%  Logical Name
  45.     C    32,585,728    121,290,752   93% < LOCAL DRIVE
  46.   > G   239,099,904    332,431,360   28%   UserFiles@N2@HCO
  47.     I   184,041,472    268,431,360   31%   UserFiles@Bv13s2@Servers\TESTENG\DOUG+
  48.     M   184,041,472    268,431,360   31%   MfgDoc@Bv13s2@Servers
  49.     R   400,023,552    536,862,720   25%   OrgFiles@Bv13s1@Servers\HCO
  50.     Drives not available:  D E F H J K L N O P Q S T U V W X Y Z
  51.     Drives almost full: C
  52.     Drives with same data may be the same drive with a different logical name.
  53.     DOS version is: 5.0     Disk write verification: FALSE
  54.     Banyan is installed     User name: Doug Kaynor@TestTrim@HCO
  55.     Printer 1: Xerox@N2@HCO
  56.     Printer 2: QMS2000@N2@HCO
  57.     Printer 3: Phaser PXi (13-O23)@Bv13s1@Servers
  58.  
  59. ==== The following is a sample of the output (/A mode). ====================
  60.  Drive/Banyan information by Doug Kaynor. Enter ? or /? for Help list.
  61.  > = current default drive        < = drives almost full. (90%)
  62.  CL AV = clusters available. CL T = Clusters Total
  63.  BPS = bytes per sector, SPC = sectors per cluster
  64. Name  Cl Av  Cl T BPS SPC         Free          Total  Used%
  65.   C   15822 59224 512  4    32,403,456    121,290,752   73%
  66.   G   28540 40580 512 16   233,799,680    332,431,360   30%
  67.   I   38775 65535 512  8   158,822,400    268,431,360   41%
  68.   M   38775 65535 512  8   158,822,400    268,431,360   41%
  69.   R   44727 65535 512 16   366,403,584    536,862,720   32%
  70.  Drives not available:  D E F H J K L N O P Q S T U V W X Y Z
  71.  Drives almost full:
  72.  Drives with same data may be the same drive with a different logical name.
  73.  Dos version is: 5.0     Disk write verification: FALSE
  74.  Banyan is installed     User name: Doug Kaynor@TestTrim@HCO
  75.  Printer 1: Xerox@N2@HCO
  76.  Printer 2: QMS2000@N2@HCO
  77.  Printer 3: Phaser PXi (13-O23)@Bv13s1@Servers
  78.  
  79. ==========================================================================
  80.  
  81.  For more information and to give feedback contact:
  82.    Doug Kaynor
  83.      EMail address:
  84.        Doug=Kaynor%TestTrim%HCO@banyan.BV.TEK.COM
  85.  
  86.      US Mail address:
  87.        Doug Kaynor
  88.        19515 SW Alexander
  89.        Aloha, Oregon  97006
  90.  
  91.  Source code is available. If you would like to modify the program to work
  92.  with other networks please contact the author.
  93.  Written in Turbo Pascal 5.0 and uses Turbo professional 5.0
  94.  This software may be freely distributed at no charge. The author retains
  95.  rights to the software.
  96.